home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / moni / Scout-src.lha / netinclude / rpc / svc_auth.h < prev    next >
C/C++ Source or Header  |  2002-09-16  |  603b  |  27 lines

  1. #ifndef RPC_SVC_AUTH_H
  2. #define RPC_SVC_AUTH_H
  3. /*
  4.  * $Id: svc_auth.h,v 1.1.1.1 2001/11/26 22:21:19 tboeckel Exp $
  5.  *
  6.  * Service side of rpc authentication.
  7.  * 
  8.  * Copyright © 1994 AmiTCP/IP Group,
  9.  *                  Network Solutions Development Inc.
  10.  *                  All rights reserved.
  11.  *
  12.  */
  13. /* @(#)svc_auth.h    2.1 88/07/29 4.0 RPCSRC */
  14. /*      @(#)svc_auth.h 1.6 86/07/16 SMI      */
  15.  
  16. /*
  17.  * Copyright (C) 1984, Sun Microsystems, Inc.
  18.  */
  19.  
  20. /*
  21.  * Server side authenticator
  22.  */
  23. extern enum auth_stat _authenticate(struct svc_req * rqst,
  24.                     struct rpc_msg * msg);
  25.  
  26. #endif /* !RPC_SVC_AUTH_H */
  27.